home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000029_news@newsmaster….columbia.edu _Mon May 4 22:23:42 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA22600
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 4 May 1998 22:23:42 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA20295
  7.     for kermit.misc@watsun; Mon, 4 May 1998 22:23:41 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Xmodem problems in K95...
  12. Date: 5 May 1998 02:23:37 GMT
  13. Organization: Columbia University
  14. Lines: 39
  15. Message-ID: <6ilt79$nvl$1@apakabar.cc.columbia.edu>
  16. References: <6ilqda$5sq$1@proxye2.maine.rr.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8680
  19.  
  20. In article <6ilqda$5sq$1@proxye2.maine.rr.com>,
  21. Judas <JudasThePriest@hotmail.com> wrote:
  22. : I am trying to download a file via Xmodem with K95 1.1.16 and keep getting
  23. : an exemption error.  The error is "the instruction at '0x0055e9b0'
  24. : referenced memory at '0x0000000a'.  The memory could not be 'read'".  At
  25. : that point the only option is to press OK to exit the dialog box.  The
  26. : message comes up when the download actually starts by the remote site.  To
  27. : duplicate the error fee free to enter this text into a .ini file and call
  28. : the .ini file with k95 file.ini.  Here is the settings that I am calling k95
  29. : with...  The hwion.dat file  can contain any information.
  30. : Anyone have any ideas on this one?
  31. : SET FILE COLLISION OVERWRITE
  32. : SET TERMINAL TYPE TTY
  33. : SET PORT TAPI
  34. : SET MODEM TYPE TAPI
  35. : SET TAPI MODEM-DIALING ON
  36. : SET PROTO XMODEM
  37. : CLEAR INPUT
  38. : DIAL 1-219-748-5527
  39. : define \%e Errors logging in
  40. : wait 2
  41. : send HwiOn.dat
  42. : if failure goto writerr
  43.  
  44.  
  45. There is a known problem with 1.1.16 where an XMODEM transfer may
  46. crash if the carrier detect signal drops during the transfer.  This 
  47. (and all other bugs we know about) are documented in the newbugs.txt
  48. file accessible at ftp://ftp.kermit-project.org/kermit/k95/newbugs.txt
  49.  
  50.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  51.                  The Kermit Project * Columbia University
  52.               612 West 115th St #716 * New York, NY * 10025
  53.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org